-
Notifications
You must be signed in to change notification settings - Fork 129
feat(FilePath): add remove() and removeDirectory() methods #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(FilePath): add remove() and removeDirectory() methods #268
Conversation
|
@akshatsinha0 Thanks for suggesting these additions. Could you open a discussion thread on the Swift forums about these? The specific forum topic for swift-system can be found at https://forums.swift.org/c/related-projects/system/68. |
| /// | ||
| /// The corresponding C function is `unlink`. | ||
| @_alwaysEmitIntoClient | ||
| public func remove(retryOnInterrupt: Bool=true) throws{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| public func remove(retryOnInterrupt: Bool=true) throws{ | |
| public func remove(retryOnInterrupt: Bool=true) throws { |
|
Ok |
glessard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please initiate a discussion of this feature addition in https://forums.swift.org/c/related-projects/system/68. An issue in this repository would also be welcome. Thank you!
|
@glessard |
No description provided.